home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1119 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news1.cle.ab.com!usenet
  2. From: "Edward C. Korsberg" <korsberg@cle.ab.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP: Calling functions from DLLs
  5. Date: 9 Jan 1996 13:05:54 GMT
  6. Organization: Allen Bradley
  7. Distribution: inet
  8. Message-ID: <4ctp7i$j1n@news1.cle.ab.com>
  9. References: <1996Jan8.194827.23308@zippy.dct.ac.uk> <1996Jan9.004130.8690@ohstpy>
  10. NNTP-Posting-Host: pipit.cle.ab.com
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. X-Mailer: Mozilla 1.1 (X11; U; SunOS 4.1.3 sun4m)
  15. X-URL: news:1996Jan9.004130.8690@ohstpy
  16.  
  17. vancleef@ohstpy.mps.ohio-state.edu wrote:
  18. >I don't know if this is your problem, but if you want
  19. >to link with a .DLL in Borland C++, use the IMPLIB facility.
  20. >
  21. >This creates a .LIB file from you .DLL, which you link
  22. >with your application. The .LIB contains information as to
  23. >how the .DLL is used.
  24.  
  25. In Unix there is a utility called nm (print symbol name list).
  26. Is there an equivalent utility in dos or windows or borland or visualC 
  27. that would allow me to examine the symbols residing in LIB or EXE or DLL files?
  28.  
  29. -- 
  30. ----------------------------------------------------------
  31. Ed Korsberg             E-mail: Edward.Korsberg@cle.ab.com
  32. Allen Bradley Inc.      phone:  216-646-4456, FAX 216-646-4479
  33. 1 Allen Bradley Drive   Mayfield Heights, Ohio 44124-6118
  34.  
  35.